projects
/
ostree.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a103218
)
parallel-debian: Remove hack to remove FIFO
author
Colin Walters
<walters@verbum.org>
Wed, 9 Nov 2011 15:02:06 +0000
(10:02 -0500)
committer
Colin Walters
<walters@verbum.org>
Wed, 9 Nov 2011 15:02:06 +0000
(10:02 -0500)
We now support named pipes.
parallel-debian/gnomeos-make-image.sh
patch
|
blob
|
history
diff --git
a/parallel-debian/gnomeos-make-image.sh
b/parallel-debian/gnomeos-make-image.sh
index 5475a6d7a25b20b2b75e75fe23e00fb522812fe6..101734f83c7817f3b889402b22a8438c531f3a21 100755
(executable)
--- a/
parallel-debian/gnomeos-make-image.sh
+++ b/
parallel-debian/gnomeos-make-image.sh
@@
-132,7
+132,6
@@
if ! test -d ${OBJ}; then
ar x $d;
tar -x -z -C data -f data.tar.gz;
cd data;
- rm -f dev/.initctl # Hack since we don't support committing named pipes
$OSTREE --repo=../../repo commit -b "${archivename}" -s "Version ${debversion}"
BRANCHES="$BRANCHES $archivename"
cd ../..